census_api
Documentationcensus_api
?This library is a Python wrapper for querying the US Census API. This package is meant to abstract away from some of the technical details of things like tracts and FIPS code conversions, so that the only thing a user needs to do in the API docs is look up the names of the variables they want to get information on.
You can install census_api
using pip.
pip install census_api
v0.0.2:
__init__.py
import errorv0.0.1:
If you have an problems with census_api
, please open an issue on this project's Github repo.